home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Word / A-Ad / 3.1 Xtensions.cpt / 3.1 XTensions / XTensions READme < prev   
Encoding:
Text File  |  1992-03-03  |  2.9 KB  |  91 lines  |  [TEXT/ttxt]

  1. /* ASave 3.1
  2.  * QuarkXPress 3.1 QuarkXTension for auto-saving documents
  3.  *
  4.  * This XTension adds a hierarchical auto-save menu to the Utilities menu.
  5.  * If one of the time items is checked, Quark will automatically save the
  6.  * current (frontmost) document after the elapsed (checked) time. 
  7.  * A "Save As..." option is also available.
  8.  *
  9.  * version: 2.12 -- for Quark 2.11/2.12
  10.  *    date: 5 March 90
  11.  * version: 3.0   -- for Quark 3.0
  12.  *    date: 7 July 90
  13.  * version: 3.0.1 -- updated version
  14.  *    date: 7 March 91
  15.  *          -- added "Save As..." option to submenu
  16.  * version: 3.1   -- for Quark 3.1
  17.  *    date: 10 February 92 
  18.  * 
  19.  *  author: William H. Ball, Quark Developer ID AHL
  20.  *          Commandant's Bulletin
  21.  *          U.S. Coast Guard
  22.  *          2100 2nd St. SW
  23.  *          Washington, DC 20593
  24.  *          202-267-2654
  25.  *
  26.  *          or  Compu$erve ID: 71735,505, GEnie ID: W.BALL
  27.  *                
  28.  *          Commandant's Bulletin, Electronic Edition
  29.  *          24/12/300, 8N1
  30.  *          24 hrs, 7 days
  31.  *          202-267-4644/45
  32.  *
  33.  * caveats: polling XT_IDLE slows down Quark performance.
  34.  *
  35.  * The Inside QuarkXPress package is required to compile the ASave source.
  36.  * Please contact Quark's 3rd Party Marketing Manager at (303) 934-2211.
  37.  *
  38.  * Portions copyright ©1992, Quark Incorporated
  39.  */
  40.  
  41. /*  Stamp 3.1    
  42.  *                                    
  43.  *  QuarkXTension for date & time stamping.
  44.  *
  45.  *  This QuarkXTension will add a heirarchial date and time stamp 
  46.  *  menuitem to Quark's Utilities menu. Date & time stamping is
  47.  *  available in the following formats:
  48.  *
  49.  *  -- Weekday, Month, Day, Year
  50.  *  -- Wkday, Mon dd, Year
  51.  *  -- mm/dd/yy
  52.  *  -- hrs:min:sec
  53.  *  -- hrs:min
  54.  *
  55.  *  version: 2.11/2.12 -- for Quark 2.11/2.12
  56.  *     date: 5 March 90
  57.  *    caveats: -- to avoid resource id conflicts with other heirarchial menus,
  58.  *                      you must contact Quark for an id range to use.
  59.  *                  -- this extension will only work with version 2.11-2.12
  60.  *
  61.  *  version: 3.0 -- for Quark 3.0
  62.  *     date: 7 July 90 
  63.  *
  64.  *  version: 3.1 -- for Quark 3.1
  65.  *     date: 11 February 92
  66.  *
  67.  *   Author: William H. Ball, Quark Developer ID AHL
  68.  *           Commandant's Bulletin
  69.  *           U.S. Coast Guard
  70.  *           2100 2nd St. SW
  71.  *           Washington, DC 20593
  72.  *           (202) 267-2654
  73.  *
  74.  *          or  Compu$erve ID: 71735,505; GEnie ID: W.BALL
  75.  *                
  76.  *           Commandant's Bulletin, Electronic Edition
  77.  *           2400/1200/300 8-bit word len, 1 stop bit, no parity
  78.  *           24 hrs, 7 days week
  79.  *           (202) 267-4644/4645
  80.  *
  81.  *  The Inside QuarkXPress package is required to compile this source. 
  82.  *  Please contact Quark's 3rd Party Marketing Manager at (303) 934-2211,
  83.  *  or write:
  84.  *              Quark, Inc.
  85.  *              300 S. Jackson St.
  86.  *              Suite 100
  87.  *              Denver, CO 80209
  88.  *
  89.  *  Portions copyright © 1988-92 Quark Incorporated 
  90.  */
  91.